-
@Serializable()@SerialName(value = 1.0) public final class DomainDataDto.DomainDataV1Dto extends DomainDataDto
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringimageprivate final StringrootDomainprivate final StringbrandNameprivate final List<CheckoutPage>checkoutPages
-
Constructor Summary
Constructors Constructor Description DomainDataDto.DomainDataV1Dto(String image, String rootDomain, String brandName, List<CheckoutPage> checkoutPages)
-
Method Summary
Modifier and Type Method Description final StringgetImage()final StringgetRootDomain()final StringgetBrandName()final List<CheckoutPage>getCheckoutPages()-
-
Constructor Detail
-
DomainDataDto.DomainDataV1Dto
DomainDataDto.DomainDataV1Dto(String image, String rootDomain, String brandName, List<CheckoutPage> checkoutPages)
-
-
Method Detail
-
getRootDomain
final String getRootDomain()
-
getBrandName
final String getBrandName()
-
getCheckoutPages
final List<CheckoutPage> getCheckoutPages()
-
-
-
-